home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
Fight
/
antkendo.swf
/
scripts
/
frame_4
/
PlaceObject2_123_17
/
CLIPACTIONRECORD onClipEvent(mouseMove).as
< prev
Wrap
Text File
|
2006-06-09
|
384b
|
16 lines
onClipEvent(mouseMove){
if(_root._currentframe == 52)
{
if(_xmouse > _root.hero._X - 100 && _root.hero._currentframe < 10)
{
direction = 8;
_root.hero.gotoAndPlay(10);
}
else if(_xmouse < _root.hero._x && _root.hero._currentframe < 10)
{
direction = -8;
_root.hero.gotoAndPlay(10);
}
}
}